Skip to main content
Version: 11.x

Type alias: HTTPBatchStreamLinkOptions<TRoot>

HTTPBatchStreamLinkOptions: <TRoot> HTTPBatchLinkOptions< TRoot > & {textDecoder: TextDecoderEsque;}

HTTPBatchStreamLinkOptions.textDecoder

optional textDecoder: TextDecoderEsque

Will default to the webAPI TextDecoder, but you can use this option if your client runtime doesn't provide it.

Type parameters

Parameter
TRoot extends AnyRootTypes

Source

packages/client/src/links/httpBatchStreamLink.ts:11


Generated using TypeDoc and typedoc-plugin-markdown